home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / raorg100.zip / RAORIG.DOC < prev    next >
Text File  |  1995-03-05  |  7KB  |  147 lines

  1.  
  2.                            RAORIG Version 1.00
  3.  
  4.                         for Remote Access Version
  5.  
  6.              Copyright (C) 1995 Donald Kerr 2:259/88@fidonet
  7.  
  8.                         Released 5th March 1995
  9.  
  10. ┌──────────────────────────────────────────────────────────────────────────┐
  11. │ ▒▒▒▒ Introduction ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  12. └──────────────────────────────────────────────────────────────────────────┘
  13.  
  14.  RAORIG is a program that rotates the origin line which Remote Access 
  15.  appends automatically to the end of messages.   
  16.  
  17.  This is the ideal way to advertise some aspect of your BBS, or display 
  18.  a witty comment, to readers of all messages that originate from your BBS.
  19.  
  20.  RAORIG was designed to be run as part of your 'after call' or daily BBS 
  21.  maintenance i.e. as part of your BBS batch file.  An example is given 
  22.  later in this document.
  23.  
  24. ┌──────────────────────────────────────────────────────────────────────────┐
  25. │ ▒▒▒▒ Disclaimer ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  26. └──────────────────────────────────────────────────────────────────────────┘
  27.  
  28.  I am responsible for nothing!   The program has been throughly tested and 
  29.  should present no problems when used as described.   
  30.  
  31. ┌──────────────────────────────────────────────────────────────────────────┐
  32. │ ▒▒▒▒ Installation ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  33. └──────────────────────────────────────────────────────────────────────────┘
  34.  
  35.  Installation is straightforward.   Just unzip the file RAORIG.ZIP to a
  36.  directory of your chosing e.g. "C:\RAORIG".   See 'Distribution' below for
  37.  a list of files included in the archive.
  38.  
  39. ┌──────────────────────────────────────────────────────────────────────────┐
  40. │ ▒▒▒▒ Operation ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  41. └──────────────────────────────────────────────────────────────────────────┘
  42.  
  43.  RAORIG works with Remote Access' configuration file.  If RAORIG is not 
  44.  compatible with your Remote Access configuration, it will tell you so.   
  45.  It won't run with incompatible versions.
  46.  
  47.  RAORIG uses a list file namely "ORIGINS.LST".   This is a plain ASCII file
  48.  and must be located in the same directory as the file "RAORIG.EXE".   
  49.  It takes the following format :-
  50.  
  51.  ;  --- ORIGINS.LST -------------------------------------------------------
  52.  ;
  53.  ;  Lines starting with a semicolon or a space are ignored.
  54.  ;
  55.  ;  Line 1 and all subsequent lines contain the text that you
  56.  ;  want to use.  Origin lines can be up to 60 characters long.
  57.  ;
  58.  Firelink Glasgow Scotland +44-1698-854685 24hr V34
  59.  Firelink - General & Fire Brigades 24hr V34
  60.  Firelink - Pascalnet available here - 24hr V34
  61.  Firelink - Freq Progs (A short list) - 24hr V34
  62.  Firelink - Freq FETEAR, FDSITE, FDBBS & RAPHONE - 24hr V34
  63.  ;
  64.  ;  -----------------------------------------------------------------------
  65.  
  66.  RAORIG runs without parameters or with the parameters "HELP", "REG" or
  67.  any number in the range 1 to 32767.   This is the maximum number of lines
  68.  your list file can have and I challenge you to exceed it!   A numerical 
  69.  parameter will use the given line number and will move the internal 'next 
  70.  line' variable to that number plus one.
  71.  
  72.  The parameters can be shortened to "H" or "R" if you prefer.
  73.  
  74.  Running RAORIG with no parameters will cause RAORIG to change the contents 
  75.  of the 'Default origin' in CONFIG.RA according to the contents of the list 
  76.  file "ORIGINS.LST".   "HELP" will cause RAORIG to display a help screen.   
  77.  "REG" displays a short screen which gives information on registering the 
  78.  program.   There is also registration information below.
  79.  
  80.  Ideally, RAORIG should be run from your BBS batch file.   Just add the
  81.  following lines to your batch file as part of your daily maintenance:-
  82.  
  83.  REM -----------------------------------------
  84.  C:
  85.  CD\RAORIG
  86.  RAORIG
  87.  REM -----------------------------------------
  88.  
  89.  The following line is required in your AUTOEXEC.BAT file to allow RAORIG
  90.  to locate the file FASTECHO.CFG :-
  91.  
  92.  "SET FE=C:\RA" where "C:\RA" is the location of your CONFIG.RA file.
  93.  
  94.  Please check you mail network rules regarding the content of origin lines.
  95.  
  96. ┌───────────────────────────────────────────────────────────────────────────┐
  97. │ ▒▒▒▒ Distribution ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  98. └───────────────────────────────────────────────────────────────────────────┘
  99.  
  100.  You are encouraged to copy this program and share it with others.  If you
  101.  can personally pass this program to another BBS I would be most grateful.
  102.  
  103.  Please ensure that the archive contains the following files:-
  104.  
  105.         RAORIG.EXE   - The main program.
  106.         RAORIG.DOC   - This documentation file.
  107.         ORIGINS.LST  - A sample origin line list file.
  108.         FILE_ID.DIZ  - A description file.
  109.  
  110. ┌──────────────────────────────────────────────────────────────────────────┐
  111. │ ▒▒▒▒ Registration ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  112. └──────────────────────────────────────────────────────────────────────────┘
  113.  
  114.  Registration is not a requirement for non-commercial sites but would be 
  115.  appreciated if your financial situation permits.   Commercial sites must
  116.  register if they use this utility in any regular way i.e. as part of a 
  117.  daily or weekly maintenance routine.   Non-commercial sites may send a
  118.  postcard of their home town as an alternative to the registration fee.
  119.  
  120.  The cost of registering this version is only five UK pounds or equivalent.
  121.  
  122.  Send your registration fee to - Donald Kerr
  123.                                  2 Rowans Gardens
  124.                                  Bothwell
  125.                                  Glasgow G71 8BE
  126.                                  United Kingdom
  127.  
  128.  The use of other small utilities written by the author is included in the 
  129.  fee.
  130.  
  131. ┌──────────────────────────────────────────────────────────────────────────┐
  132. │ ▒▒▒▒ Support ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  133. └──────────────────────────────────────────────────────────────────────────┘
  134.  
  135.  Help is available by Netmail from the Fidonet address 2:259/88   A short 
  136.  list of other programs written by the author may be freqed as "PROGS" from 
  137.  the same address, or you may call the Firelink BBS on +44-1698-854685 and 
  138.  download the File "PROGS.TXT".
  139.  
  140. ┌──────────────────────────────────────────────────────────────────────────┐
  141. │ ▒▒▒▒ Ideas? ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  142. └──────────────────────────────────────────────────────────────────────────┘
  143.  
  144.  If you have any ideas for short utilities connected with Comms or BBS then 
  145.  please let me know.
  146.  
  147.